home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 142
/
Volume 142 Oct 17 2011 - Damaged.iso
/
Games
/
parasite-x.swf
/
scripts
/
frame_22
/
PlaceObject2_95_1
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2011-10-17
|
472b
|
26 lines
onClipEvent(enterFrame){
if(_root.gamepaused == 0)
{
this._y += this.speed1;
if(this.hitTest(_root.badhit))
{
this.reset();
_root.lives -= 1;
_root.hurt = 1.3;
}
}
if(this.hitTest(_root.Test))
{
this.play();
_root.combobox.gotoAndPlay(1);
}
if(this.hitTest(_root.Test2))
{
this.play();
}
if(this.hitTest(_root.bomb))
{
this.play();
}
}